home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / stdio / freopen.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-20  |  138 b   |  10 lines

  1. #include <stdio.h>
  2.  
  3. /*  noch nicht implementiert..  */
  4.  
  5. FILE *freopen(const char *name,const char *mode,FILE *stream)
  6. {
  7.     return(0);
  8. }
  9.  
  10.